home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / grafica / pvrgjpeg / pvrgjpeg.readme < prev    next >
Text File  |  1999-01-01  |  2KB  |  58 lines

  1. Short: PVRG-JPEG library 1.2 and tools (68k and PPC)
  2. Type: gfx/misc
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Author: (various), Andreas R. Kleinert (port)
  5.  
  6.  Changes for Amiga 68k/PPC port are documented in
  7.  in "CHANGES.amiga". For usage information, please
  8.  refer to "SETUP".
  9.  
  10.  PPC binary is called "jpeg.elf" and useable from Shell
  11.  when being used with ppc.library V46+
  12.  
  13.  General information follows.
  14.  
  15.  --
  16.  ARK, 7/Mar/99
  17.  
  18. ************************************************************************
  19.  Here's an excerpt from the documentation (parts left out by [...]):
  20. ************************************************************************
  21.  
  22.                  MPEG, CCITT H.261 (P*64), JPEG
  23.   Image and Image sequence compression/decompression C software engines.
  24.  
  25.  
  26. The Portable Video Research Group at Stanford have developed
  27. image/image sequence compression and decompression engines (codecs)
  28. for MPEG, CCITT H.261, and JPEG. The primary goal of these codecs is
  29. to provide the functionality - these codecs are not optimized for
  30. speed, rather completeness, and some of the code is kludgey.
  31.  
  32. Development of MPEG, P64, and JPEG engines has not been the primary
  33. goal of the Portable Video Research Group.  Our research has been
  34. focused on software and hardware for portable wireless digital video
  35. communication.  The charter of this group ended in the summer of 1994.
  36.  
  37. [...]
  38.  
  39. III) PVRG-JPEG CODEC: (pub/jpeg/JPEGv1.2.tar.Z)
  40.  
  41. This public domain image encoder and decoder is based on the JPEG
  42. Committee Draft.  It supports all of the baseline for encoding and
  43. decoding.  The JPEG encoder is flexible in the variety of output
  44. possible.  It also supports lossless coding, though not as speedy as
  45. we would like.  The manual is approximately 50 pages long which
  46. describes its use.  The display program for JFIF-style (YCbCr) files is
  47. described in section IV) below.  The JFIF style is not a requirement
  48. for this codec - it can compress and decompress CMYK, RGB, RGBalpha,
  49. and other formats - this codec may be helpful if you wish to extract
  50. information from non-JFIF encoded JPEG files.
  51.  
  52. This codec has been tested on publicly available JPEG data.  For
  53. general purpose X display, you might want to try the program "xv"
  54. (version 2.0 or greater).  The JPEG engine of the program "xv" is
  55. based on the free, portable C code for JPEG compression available from
  56. the Independent JPEG Group.  (anonymous login - ftp.uu.net (137.39.1.9
  57. or 192.48.96.9) /graphics/jpeg/jpegsrc.v4.tar.Z).
  58.